Skip to content

[nitpick] Stop docker container in CI#2

Merged
dranov merged 2 commits intoverse-lab:mainfrom
ArquintL:main
Apr 29, 2025
Merged

[nitpick] Stop docker container in CI#2
dranov merged 2 commits intoverse-lab:mainfrom
ArquintL:main

Conversation

@ArquintL
Copy link
Contributor

While browsing your CI workflow file, I got puzzled about the way how you set the exit code, which made me realize that docker stop test-container is not invoked in case lake build exits unsuccessfully as running a script in a step aborts when encountering the first error.
Thus, this PR sets set +e to override this behavior. Since this has the potential of missing errors, I've split the affected step to apply this flag to the smallest number of bash commands.

@dranov
Copy link
Contributor

dranov commented Apr 29, 2025

Thanks for this, @ArquintL!

@dranov dranov merged commit a8473ff into verse-lab:main Apr 29, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants